module Espear
{
	imports
	{
		Base,
	}
	recipe Break
	{
		Broom/Mop,
		Result 		: SpearCrafted,
		Sound 		: BreakingWeapon,
		Time 		: 200,
		Category 		: Weapons,
		OnGiveXP 		: Give5MWXP,
		AnimNode 		: SawLog,
		Prop2 		: Broom,
	}
}
